]> code.delx.au - gnu-emacs-elpa/blob - snippets/ruby-mode/control structure/tim
Keep snippet vars definitions in a single format across all snippets and documentation.
[gnu-emacs-elpa] / snippets / ruby-mode / control structure / tim
1 # name: times { |n| ... }
2 # key: tim
3 # --
4 times { |${n}| $0 }